JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar,#box2{display:none;} img {width:100%;} #story {margin-left:0;margin:0;} .passage, #passages {max-width: 1920px;margin:0;padding:0;border:0;} body{margin-top:0;} .text-block { position: absolute; width: 20vw; top: 0.6vw; right: 1vh; background-color: rgba(0, 0, 102, 0.3); color: white; font-size: 1.4vh; font-family: 'Roboto', sans-serif; padding-left: 16px; padding-right: 16px; padding-bottom: 10px; z-index: 1; } .button { background-color: #1c87c9; -webkit-border-radius: 60px; border-radius: 60px; border: none; color: #eeeeee; cursor: pointer; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 1.5vh; padding: 8px 10px; text-align: center; text-decoration: none; } @keyframes glowing { 0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } 50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; } 100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } } .button { animation: glowing 1300ms infinite; } .alerts-border { border: 2px #990000 solid; animation: blink 2s; animation-iteration-count: 20; } @keyframes blink { 50% { border-color:#fff ; } } </style> <video src="images/intro4.webm" autoplay loop width="100%"></video> <div id="show"> <div class="text-block alerts-border"> <h3> This game is for players 18+ years of age. If you are under 18 or it is illegal for you to view pronographic material please close this game now. All characters in this game are over the age of 18. </h3> <a><button data-passage="home" type="submit" class="button">START</button></a> <hr> Recommended minimum resolution: 1280x720 </div> </div>
<div style="font-size: 1.1rem;font-family: Arial;"> Day: <<= $day>><br> <<= $week>> <<if $timeofday == 1>> Morning <<elseif $timeofday == 2>> Afternoon <<elseif $timeofday == 3>> Evening <<elseif $timeofday == 4>> Night <</if>> </div> <br> [[STATUS|status]]<<include test>> <br><br> <<nobr>> <<switch ($outfit)>> <<case 0>> <div class="fade-in" style="width:100%;height:484px;"> <video width="200" autoplay src="images/sleep1.webm"></video> </div> <<case 1>> <<if $missions.m2 < 19>> <div class="fade-in" style="width:100%;height:484px;"> <video width="200" autoplay src="images/gymprofi.webm"></video> </div> <</if>> <<if $missions.m2 >= 19>> <div class="fade-in" style="width:100%;height:484px;"> <video width="200" autoplay src="images/gymprofi2.webm"></video> </div> <</if>> <<case 2>> <div class="fade-in" style="width:100%;height:484px;"> <video width="200" autoplay src="images/suit.webm"></video> </div> <</switch>> <</nobr>>
by root<br> (test version)
<<set $day to 1>> <<set $week to "Monday">> <<set $guns to 0>> <<set $depravity to 2>> <<set $yelenadepravity to 2>> <<set $henry to 0>> <<set $fitness to 90>> <<set $strength to 90>> <<set $drunk to 0>> <<set $work to 0>> <<set $arousal to 0>> <<set $shower to 0>> <<set $makeup to 0>> <<set $outfit to 0>> <<set $timeofday to 1>> <<set $park to 0>> <<set $ic to 0>> <<set $icenter to { "start":0, "active":0, "walk":0, "sexy":0, "tease":0, "event1":0, "event2":0, "event3":0 }>> <<set $outfitlink to { front: "[img[images/home/nata-sleep.png]]", walk: "[img[images/home/nata-sleep.png]]", run: "[img[images/home/nata-sleep.png]]", talk: "[img[images/home/nata-sleep.png]]", angry: "[img[images/home/nata-sleep.png]]", tease: "[img[images/home/nata-sleep.png]]", sexy: "[img[images/home/nata-sleep.png]]" }>> <<set $run to { "start":0, "active":0, "tease":0, "sexy":0, "event1":0, "event2":0, "event3":0 }>> <<set $missions to { "m1":0, "m2":0, "m3":0, "m4":0, "m5":0, "m6":0, "m7":0, "m8":0, "m9":0 }>>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 34rem; margin: 4px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <div class="flex-container"> <div> <<if $depravity < 5>> <img class="fadein3" src="images/status.jpg"> <</if>> <<if $depravity >= 5 && $depravity <= 9>> <video width="626" autoplay src="images/status1.webm"></video> <</if>> <<if $depravity >= 10>> <video width="626" autoplay loop src="images/status2.webm"></video> <</if>> </div> <div> <<timed 2s>> <div class="fadein3"> <<if $depravity < 5>> Normal status.<br> Respectable agent, athletic, fast assassin, pure mind.<br> <</if>> <<if $depravity >= 5 && $depravity <= 9>> A little confused.<br> Respectable agent, athletic, fast assassin, doubtful.<br> <</if>> <<if $depravity >= 10>> A little horny.<br> Respectable agent, pretty athletic, assassin, doubtful.<br> <</if>> Depravity: <<= $depravity >>%<br> Arousal <<=$arousal>>%<br> Fitness: <<=$fitness>>%<br> Strength: <<=$strength>>%<br> Drunk: <<=$drunk>>% </div> <</timed>> </div> </div> <br> <div class="flex-container"> <<if $missions.m2 < 10>> <div> <img class="fadein3" src="images/status2.jpg"> </div> <div> <<timed 2s>> <div class="fadein3"> Normal status.<br> Athletic, fast assassin, pure mind.<br> Depravity: <<= $yelenadepravity >>% </div> <</timed>> </div> <</if>> <<if $missions.m2 >= 10>> <div> <video width="626" loop autoplay src="images/status3.webm"></video> </div> <div> <<timed 2s>> <div class="fadein3"> Status unknown<br> --<br> Depravity: -- </div> <</timed>> </div> <</if>> </div> <br> <<back>> <<include test>>
<style> #passage-home { background-image: [img[images/home/homebg.jpg]]; } .container { position: relative; } div.absolute { position: absolute; top: 2em; left: 2em; width: auto; z-index: 2; } .box-menu { box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -moz-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -webkit-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); color:rgba(221, 124, 124, 0.90); padding: 8px 8px; margin: 4px 4px;} </style> <div class="container"> <div style="line-height: 2em;" class="absolute fadein4 box-menu"> <<if $shower == 1>> [[Wardrobe|wardrobe]]<br> <</if>> <<if $shower == 0>> [[Shower|shower]]<br> <</if>> <<if $timeofday == 3>> [[Think|thinktimepass]]<br> <</if>> <<if $timeofday == 4>> <<if $outfit == 0>> [[Sleep|sleep]]<br> <</if>> <</if>> <<if $outfit != 0 && $outpass == 0>> [[Go outside|out]]<br> <</if>> </div> <div class="absolute-text fadein4 box-menu"> <<include home-text>> </div> <div class="fadein2"> <<= $outfitlink.front>> </div> </div>
<style> .flex-container { display: flex; align-items: stretch; background-image: [img[images/nata.png]]; height: 40rem; } .flex-container > div { } </style> <div class="flex-container"> <div style="flex-grow: 4">1 </div> <div style="flex-grow: 6"> </div> </div> <div class="flex-container"> <div class="fadein2"> </div> <div class="fadein2"> <<if $park == 0>> <</if>> </div> </div> [[Inactive|home]]<br> [[Inactive|home]]<br> <style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 34rem; margin: 4px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <video width="1300" autoplay src="images\home\sleep.webm"></video> <<= $missions.m1>><<= $missions.m2>> <<if $missions.m2 == 6>> <hr> <br>@@.blink_text;end of content@@ <</if>>
<style> #passage-wardrobe { background-image: [img[images/home/homebg.jpg]]; } .container { position: relative; } div.absolute { position: absolute; top: 2em; left: 2em; width: auto; z-index: 2; } .box-menu { box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -moz-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -webkit-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); color:rgba(221, 124, 124, 0.90); padding: 8px 8px; margin: 4px 4px; } </style> <<include wardrobe-sub>> <div class="container"> <div style="line-height: 2em;" class="absolute fadein4 box-menu"> [[Homie|wardrobe][$outfit to 0]]<br> <<if $park == 0>> [[Sport|wardrobe][$outfit to 1]]<br> <</if>> <<if $park == 1>> [[Black body suit |wardrobe][$outfit to 2]]<br> <</if>> <br> [[Close|home]] </div> <div class="fadein2"> <<= $outfitlink.front>> </div> </div>
<<switch ($outfit)>> <<case 0>> <<set $outfitlink.front to "[img[images/home/nata-sleep.png]]">> <<case 1>> <<if $missions.m2 < 19>> <<set $outfitlink.front to "[img[images/home/nata-sport.png]]">> <</if>> <<if $missions.m2 >= 19>> <<set $outfitlink.front to "[img[images/home/nata-sport2.png]]">> <</if>> <<case 2>> <<set $outfitlink.front to "[img[images/home/nata-suit.png]]">> <</switch>>
<style> div.absolute-text { position: absolute; top: 16em; left: 2em; width: auto; z-index: 2; } </style> ''Natasha: ''<e style="color:white;"> <<if $outfit == 0>>Very comfy.<br><</if>> <<if $outfit == 1>>Fit and ready!<br><</if>> <<if $outfit == 2 && $timeofday != 4>>Ready to go!<br><</if>> <<if $timeofday == 4>>Change your clothes and sleep..<</if>> </e> <<if $missions.m2 >= 4 && $missions.m2 < 7 && not hasVisited("think sis") && $outfit == 2>> <br>@@.blink_text; [[Think about your sister|think sis]]@@ <</if>> <<if $missions.m2 == 7 && not hasVisited("think sis 4") && $outfit == 2>> <br>@@.blink_text; [[Think about your sister|think sis 4]]@@ <</if>> <<if $missions.m2 == 11 && $outfit == 2 && $timeofday == 2>> <br>@@.blink_text; [[Natasha has an extraordinary idea!|shopintro]]@@ <</if>> <<if $missions.m2 == 17 && $outfit == 2 && $timeofday == 2>> <br>@@.blink_text; [[Natasha has an extraordinary idea!|shopintro2]]@@ <</if>> <<if $missions.m2 == 27>> <hr> <br>@@.blink_text;END of content@@ <</if>>
<div class="fadein2"> <video class="shake" width="1300" autoplay loop src="images/home/shower.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Uhh a little rest.<br> <<if $missions.m2 >= 13>> [[Mirror|mirror]] <</if>> [[Leave|home][$shower to 1]] </div> <</timed>>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 33%; margin: 14px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <<if $timeofday != 4>> <div class="fadein2 flex-container"> <div> [img[images/outside/home.jpg]]<br> [[Home|home]] </div> <div> [img[images/outside/park.jpg]]<br> <<if $timeofday == 1 && $park == 0>> [[Park|park][$timeofday +=1;$park to 1;]] <</if>> </div> <div> [img[images/outside/ic.jpg]]<br> <<if $timeofday == 2 && $ic == 0 && $outfit == 2>> [[Intelligence center|intel center][$timeofday +=1;$ic to 1;]] <</if>> </div> </div> <div class="fadein2 flex-container"> <div> [img[images/outside/shop.jpg]]<br> <<if $timeofday == 2 && $outfit == 2 && $missions.m2 >=12>> [[Commercial district|shopping][$timeofday +=1]] <</if>> </div> <div> [img[images/outside/street.jpg]]<br> <<if $timeofday == 2 && $outfit == 2 && $missions.m2 >=15>> [[Old street|oldstreet][$timeofday +=1]] <</if>> </div> <div> </div> </div> <</if>> <<if $timeofday == 4>> <div> It's really late...<br> [[Home|home]] </div> <</if>> <br>
<div class="fadein2"> <<if $outfit == 1>> <div class="fadein2"> <<if $missions.m2 < 19>> <video width="1300" autoplay src="images/park/run2.webm"></video> <</if>> <<if $missions.m2 >= 19>> <video width="1300" autoplay src="images/park/run4.webm"></video> <</if>> </div><br> <<elseif $outfit == 2>> [img[images/park/suit.jpg]] <</if>> </div> <<timed 1s>> <div class="fadein2"> [[Go back|home]] <<if $outfit == 1 && $run.active == 0 && $missions.m2 < 19>> [[Running|run][$run.active to 1]] <</if>> <<if $outfit == 1 && $run.active == 0 && $missions.m2 >= 19>> [[Relax|run2][$run.active to 1]] <</if>> </div> <</timed>>
<video width="1300" autoplay src="images/home/sleep.webm"></video> <br> [[Close your eyes..|dream]]
<<if $missions.m1 == 1 && $missions.m2 == 0>><<set $missions.m2 to 1>><</if>> <<if $missions.m2 == 3>><<set $missions.m2 to 4>><</if>> <<if $missions.m2 == 5>><<set $missions.m2 to 6>><</if>> <<if $missions.m2 == 10>><<set $missions.m2 to 11>><</if>> <<if $missions.m2 == 13>><<set $missions.m2 to 14>><</if>> <<if $missions.m2 == 16>><<set $missions.m2 to 17>><<set $outpass to 0>><</if>> <<if $missions.m2 == 21>><<set $missions.m2 to 22>><</if>> <<if $missions.m2 == 23>><<set $missions.m2 to 24>><</if>> <<if $missions.m2 == 26>><<set $missions.m2 to 27>><</if>> <<set $day +=1>> <<set $park to 0>> <<set $run.active to 0>> <<set $run.event1 to 0>> <<set $ic to 0>> <<set $work to 0>> <<set $henry to 0>> <<set $icenter.active to 0>> <<set $run.event1 to 0>> <<set $timeofday to 1>> <<set $shower to 0>> <<if $week == "Monday">> <<set $week to "Tuesday">> <<elseif $week == "Tuesday">> <<set $week to "Wednesday">> <<elseif $week == "Wednesday">> <<set $week to "Thursday">> <<elseif $week == "Thursday">> <<set $week to "Friday">> <<elseif $week == "Friday">> <<set $week to "Saturday">> <<elseif $week == "Saturday">> <<set $week to "Sunday">> <</if>> <<set $run.active to 0>> <<if $missions.m2 >= 5 && $missions.m2 < 13>> <video width="1300" autoplay loop src="images/home/dreams2.webm"></video> <<elseif $missions.m2 >= 13>> <video width="1300" autoplay loop src="images/home/dreams3.webm"></video> <<else>> <video width="1300" autoplay src="images/home/dreams.webm"></video> <</if>> <br> [[Wake up|home]]
<div class="fadein2"> <<if $outfit == 1>> [img[images/ic/sport.jpg]] <<elseif $outfit == 2>> <<switch random (1,2)>> <<case 1>> <div class="fadein2"> <video width="1300" autoplay src="images/ic/walkicout.webm"></video> </div> <<case 2>> <div class="fadein2"> <video width="1300" autoplay src="images/ic/walkicout2.webm"></video> </div> <</switch>> <</if>> </div> <<timed 1s>> <div class="fadein3"> [[Go back|home]] <<if $outfit == 2 && $icenter.active == 0>> [[Intelligence center|icenter][$icenter.active to 1]] <</if>> </div> <</timed>> <<if $missions.m2 == 20>> <<timed 1s>> <div style="margin-top: 4px;"> @@.blink_text;[[Hello there!|starstreet]]@@ </div> <</timed>> <</if>>
<<if $missions.m2 == 6>> <<set $missions.m2 to 7>> <<set $outpass to 1>> <</if>> <div class="fadein2"> <video width="1300" autoplay src="images/park/run3.webm"></video> </div> <<timed 1s>> <div class="fadein3"> [[Enough for today|park][$shower to 0]] </div> <</timed>> <<if $missions.m2 >= 14 && $run.event1 == 0>> <<timed 1s>> <div class="fadein3"> [[Beautiful!|parkold][$run.event1 to 1]] </div> <</timed>> <</if>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/ichall.webm"></video> </div> <<timed 1s>> <div class="fadein3"> <<if $work == 0>> [[Director|boss]] <<if $henry == 0>> [[Umm..Hi Natasha!|henry]] <</if>> [[Office|office]] <</if>> <<if $work == 1>> [[Go out|intel center]] <</if>> </div> <</timed>> <<if $missions.m2 == 22>> <<timed 1s>> <div style="margin-top: 4px;"> @@.blink_text;[[Nice office!|staric]]@@ </div> <</timed>> <</if>>
<div class="fadein2"> [img[images/ic/boss.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Matthew Ellis: ''Ah, yes, Natasha, well..I have nothing special for you, complete the documentation and check the reports.<br> ''Natasha: ''Ehh...okay.<br> [[Leave|icenter]] </div> <</timed>>
<div class="fadein2"> <<if $missions.m2 >= 4>> <video width="1300" autoplay src="images/ic/reports2.webm"></video> <<else>> <video width="1300" autoplay src="images/ic/reports.webm"></video> <</if>> </div> <<timed 1s>> <div class="fadein3"> <<if $missions.m1 == 0 && $work == 0>> [[Work|workm1][$missions.m1 to 1;$work to 1;]] <<elseif $missions.m2 == 1 && $missions.m1 == 1 && $work == 0>> [[Work|workm2][$missions.m2 to 2;$work to 1;]] <<elseif $missions.m2 == 4 && $work == 0>> [[Work|workm2-4][$missions.m2 to 5;$work to 1;]] <<elseif $missions.m2 == 8 && $work == 0>> [[Work|workm5][$missions.m2 to 9;$work to 1;]] <<elseif $missions.m2 == 14 && $work == 0>> [[Work|workm6][$missions.m2 to 15;$work to 1;]] <<elseif $missions.m2 == 24 && $work == 0>> [[Work|staroffice][$missions.m2 to 25;$work to 1;]] <<else>> <<if $work == 0>> [[Work|work][$work to 1]] <</if>> <</if>> </div> <</timed>> <<if $work == 1>> <<timed 1s>> <div class="fadein3"> <br>[[Leave|icenter]] </div> <</timed>> <</if>>
<div class="fadein2"> <<if $outfit == 1>> <<if $missions.m2 < 19>> <video width="1300" autoplay src="images/home/run.webm"></video> <</if>> <<if $missions.m2 >= 19>> <video width="1300" autoplay src="images/home/run2.webm"></video> <</if>> <<elseif $outfit == 2>> <video width="1300" autoplay src="images/home/suit.webm"></video> <</if>> </div> <br> <<timed 1s>> [[Now what?|outside]] <</timed>>
<div class="fadein2"> [img[images/ic/reports2.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Meeh.. very boring but.. I have to do it..<br> [[End for today|office][$timeofday +=1]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/reports2.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Hmm,anonymous message? Interesting.<br> [[Open|m1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m1/yelena1.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Doctor Evil: ''Hello, hello sweet Natasha!<br> ''Natasha: ''Wait! What? Oh! it's my sister?!<br> ''Doctor Evil: ''I am Doctor Evil..you probably don't remember me but we met.<br> ''Natasha: ''What kind of show is this? Release her! Now!<br> ''Doctor Evil: ''[[Not so fast|m12][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m1/yelena2.webm"></video> </div> <<timed 2s>> <div class="fadein3"> @@.blink_text;WARNING - Yelena status changes!@@<br> ''Doctor Evil: ''You pissed off a lot of people. Powerful people!<br> ''Natasha: ''and so what!<br> ''Doctor Evil: ''They hired me to control you.<br> ''Natasha: ''Never!<br> ''Doctor Evil: ''Listen! Your sister has a brainwash. therapy and drugs. Very powerful stuff! [[If i don't stop this!|m13]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m1/yelena3.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Doctor Evil: ''She will become a mindless creature!<br> ''Natasha: ''You are a monster!<br> ''Doctor Evil: ''It's all up to you. [[Clock is ticking|m14][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m1/yelena4.webm"></video> </div> <<timed 2s>> <div class="fadein3"> @@.blink_text;WARNING - Yelena status changes!@@<br> ''Natasha: ''Uhh! What do you want me to do?<br> ''Doctor Evil: ''Nothing special. Wait for instructions. Just remember who's calling the shots here.<br> ''Natasha: '' It won't take long! I'll find you!<br> ''Doctor Evil: ''Hmm do we need to convince you [[more?|m15]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m1/yelena5.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Okay, okay, please stop torturing her!<br> ''Doctor Evil: ''That's better. Remember that we see and hear everything. Follow orders without hesitation.<br> ''Natasha: ''...<br> ''Doctor Evil: ''All clear?!<br> ''Natasha: ''Yes..<br> ''Doctor Evil: ''Yes what?!<br> ''Natasha: ''Yes..Sir.<br> ''Doctor Evil: ''Haha great. That's what I wanted to hear [[end of transmission|m16][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m1/yelena6.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Oh God! This is some kind of nightmare! Poor Yelena!<br> I must save her! No matter what! [[I will do it!|m17]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m1/yelena7.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''It'll be my most important [[mission!|icenter][$timeofday +=1]] </div> <</timed>>
<<if $missions.m2 <= 3>> <div class="fadein2"> [img[images/ic/henry.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''OOh! Hi Henry. Nice to see you again.<br> ''Henry: ''Uhhmm you look wonderful!<br> ''Natasha: ''Heh.. thank you Henry. [[I have to go now|henry2]] </div> <</timed>> <</if>> <<if $missions.m2 >= 4 && $missions.m2 <= 7>> <div class="fadein2"> <video width="1300" autoplay src="images/ic/henry.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''OOh! Hi...<br> ''Henry: ''Uhhmm you look wonderful!<br> ''Natasha: ''Yeah.. [[I have to go now..|henry2]] </div> <</timed>> <</if>> <<if $missions.m2 >= 8>> <div class="fadein2"> <video width="1300" autoplay src="images/ic/henry3.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''OOh! Umm Hi...<br> ''Henry: ''Uhgg...<br> ''Natasha: ''Yeah.. [[I have to go now..|henry2]] </div> <</timed>> <</if>>
<<if $missions.m2 <= 3>> <div class="fadein2"> <video width="1300" autoplay src="images/ic/walk2.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Henry: ''Umm..Okay, [[bye!|icenter][$henry to 1]] </div> <</timed>> <</if>> <<if $missions.m2 >= 4 && $missions.m2 <= 7>> <div class="fadein2"> <video width="1300" autoplay src="images/ic/henry2.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Henry: ''Uhh well..Okay, [[bye!|icenter][$henry to 1]] </div> <</timed>> <</if>> <<if $missions.m2 >= 8>> <div class="fadein2"> <video width="1300" autoplay src="images/ic/henry4.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Henry: ''Uhgh Natasha..hmm well..Okay [[bye!|icenter][$henry to 1]] </div> <</timed>> <</if>>
<div class="fadein2"> [img[images/end.jpg]] </div>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m2/yelena10.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Ehh..another boring day I guess..<br> [[sit down|workm21]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena11.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Okay..let see..login..good..and nothing exciting..meh<br> [[think|workm22]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena12.webm"></video> </div> <<timed 1s>> ''Natasha: ''Uhh..my sister is trapped..stay strong sister.. we will see you soon!<br> <</timed>> <<timed 3s>> @@.blink_text;NEW CALL!@@<br> <</timed>> <<timed 5s>> [[open|workm23]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena13.webm"></video> </div> <<timed 1s>> ''Doctor Evil: ''Hello, hello! You can hear me, right?<br> <</timed>> <<timed 2s>> <div class="fadein3"> [[WTF?!|workm24]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop mute src="images/ic/m2/yelena14.webm"></video> </div> <<timed 1s>> ''Natasha: ''You! You again! You...fucking bastard!<br> <</timed>> <<timed 2s>> ''Doctor Evil: ''Hehe okay.. so I guess you can hear me..hehe!<br> <</timed>> <<timed 3s>> ''Natasha: ''Uhgh..stop tormenting her!<br> <</timed>> <<timed 5s>> <div class="fadein3"> [[You hear me?!|workm25][$depravity +=1;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena15.webm"></video> </div> <<timed 1s>> @@.blink_text;WARNING - Natasha status changes!@@<br> <</timed>> <<timed 3s>> ''Doctor Evil: ''Relax honey.. Hehe..everything is under control..MY CONTROL of course!<br> <</timed>> <<timed 5s>> ''Natasha: ''Uhgh..what.. <</timed>> <<timed 6s>> <div class="fadein3"> [[strange transmission..|workm26]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena16.webm"></video> </div> <<timed 3s>> ''Natasha: ''Uhh..I should say something.. <</timed>> <<timed 4s>> <div class="fadein3"> [[Ahh..mm.. right!|workm27]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena17.webm"></video> </div> <<timed 2s>> ''Natasha: ''Ehmm..listen to me carefully!<br> <</timed>> <<timed 3s>> ''Doctor Evil: ''Hehe you're repeating yourself..really funny..<br> <</timed>> <<timed 5s>> ''Natasha: ''Ohh..<br> <</timed>> <<timed 7s>> ''Doctor Evil: ''It will be like <</timed>> <<timed 8s>> <div class="fadein3"> [[this|workm29][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena18.webm"></video> </div> <<timed 1s>> @@.blink_text;WARNING - Yelena status changes!@@<br> <</timed>> <<timed 2s>> ''Doctor Evil: ''Hehe you see, the situation is very simple...<br> <</timed>> <<timed 5s>> ''Yelena: ''Ohh..God! Noooo!!! Help me pleaseeee!<br> <</timed>> <<timed 7s>> ''Doctor Evil: ''Shut the fuck up! Listen, we'll do it my way.. first mission is..suck some dick in office hehe!<br> <</timed>> <<timed 8s>> ''Natasha: ''What?! I will never do that!<br> <</timed>> <<timed 10s>> ''Doctor Evil: ''I'm watching you and waiting! If you don't do this, your sister will definitely do!<br> <</timed>> <<timed 12s>> <div class="fadein3"> [[end of transmission|workm29]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena18.webm"></video> </div> <<timed 1s>> @@.blink_text;WARNING - Yelena status changes!@@<br> <</timed>> <<timed 2s>> ''Doctor Evil: ''Hehe you see, the situation is very simple...<br> <</timed>> <<timed 5s>> ''Yelena: ''Ohh..God! Noooo!!! Help me pleaseeee!<br> <</timed>> <<timed 7s>> ''Doctor Evil: ''Shut the fuck up! Listen, we'll do it my way.. first mission is..suck some dick in office hehe!<br> <</timed>> <<timed 8s>> ''Natasha: ''What?! I will never do that!<br> <</timed>> <<timed 10s>> ''Doctor Evil: ''I'm watching you and waiting! If you don't do this, your sister will definitely do!<br> <</timed>> <<timed 12s>> <div class="fadein3"> [[end of transmission|workm291]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m2/yelena19.webm"></video> </div> <<timed 2s>> ''Natasha: ''Such a humiliation, what to do.. <</timed>> <<timed 3s>> <div class="fadein3"> [[I'm confused!|workm292]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/m2/yelena20.png]] </div> <<timed 1s>> ''Natasha: ''Uhh..It's embarrassing... <</timed>> <<timed 2s>> <div class="fadein3"> [[really|workm293]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena21.webm"></video> </div> <<timed 2s>> ''Natasha: ''Uhh..Henry..<br> <</timed>> <<timed 3s>> ''Henry: ''Yes! Hmm yes Natasha! I listen carefully! <em>(OMG! She noticed me again!)</em><br> <</timed>> <<timed 5s>> ''Natasha: ''This is ridiculous.. <</timed>> <<timed 6s>> <div class="fadein3"> [[but..|workm294]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/m2/yelena22.png]] </div> <<timed 2s>> ''Natasha: ''Umm I have to do something weird..<br> <</timed>> <<timed 3s>> ''Henry: ''Huh?<br> <</timed>> <<timed 5s>> ''Natasha: ''This is necessary..my sister.. <</timed>> <<timed 6s>> <div class="fadein3"> [[Ahh!!|workm295]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena23.webm"></video> </div> <<timed 2s>> ''Henry: ''Natasha! Huh..are you okay?<br> <</timed>> <<timed 5s>> ''Natasha: ''Mmm everything is spinning.. <</timed>> <<timed 6s>> <div class="fadein3"> [[so hot!|workm296]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena24.webm"></video> </div> <<timed 3s>> ''Natasha: ''Ohh..strange feeling.. inside me <</timed>> <<timed 4s>> <div class="fadein3"> [[deep inside me!|workm297]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/m2/yelena25.png]] </div> <<timed 2s>> ''Henry: ''What's going on? She's a mess! Please <</timed>> <<timed 3s>> <div class="fadein3"> [[let me help you!|workm298]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena26.webm"></video> </div> <<timed 3s>> ''Natasha: ''Mmm yess Henry.. <</timed>> <<timed 4s>> <div class="fadein3"> [[help me!|workm299]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena27.webm"></video> </div> <<timed 2s>> ''Henry: ''Ohh..fuuuckk..is this some kind of test?!<br> <</timed>> <<timed 4s>> ''Natasha: ''Henry..do it for me.. <</timed>> <<timed 6s>> <div class="fadein3"> [[for my sister!|workm2991]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena28.webm"></video> </div> <<timed 2s>> ''Natasha: ''Henry..really big cock mmm <em>I'm not even mad...weird..</em><br> <</timed>> <<timed 3s>> ''Natasha: ''attracts me..hypnotic..and..<br> <</timed>> <<timed 4s>> <div class="fadein3"> [[so close|workm2992]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena29.webm"></video> </div> <<timed 2s>> ''Natasha: ''Gulp..ehh.mmm..let me finish!<em>..yes, give it to me..</em> <br> <</timed>> <<timed 3s>> ''Natasha: ''fill in..<br> <</timed>> <<timed 4s>> <div class="fadein3"> [[it's so simple|workm2993]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena30.webm"></video> </div> <<timed 2s>> ''Natasha: ''Mmm pulsating pleasure <em>mmm why not?..</em> <br> <</timed>> <<timed 3s>> ''Natasha: ''on the knees..like slut..<br> <</timed>> <<timed 4s>> <div class="fadein3"> [[so quickly|workm2994]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena31.webm"></video> </div> <<timed 2s>> ''Natasha: ''Ahh he's finished! Ahh cum everywhere!<br> <</timed>> <<timed 2s>> ''Henry: ''Uhh really sorry <</timed>> <<timed 4s>> <div class="fadein3"> [[Natasha!|workm2995]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena32.webm"></video> </div> <<timed 2s>> ''Natasha: ''Umm..it's nothing Henry..<br> <</timed>> <<timed 3s>> <div class="fadein3"> [[nothing really?|workm2996]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m2/yelena33.webm"></video> </div> <<timed 2s>> ''Natasha: ''I have to go...<br> <</timed>> <<timed 2s>> ''Henry: ''Ugh..<br> <</timed>> <<timed 2s>> ''Natasha: ''It's better not to talk about it..I have to go...ohh <</timed>> <<timed 3s>> <div class="fadein3"> [[I have to go|icenter][$timeofday +=1;$missions.m2 to 3;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m4/work2.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Okay..Let's see..<br> ''Natasha: ''Hmm.. So far so good..<br> ''Natasha: ''[[and signed in|workm2-42]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/home/thinksis.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''My poor sister.. [[I remember about you!|think sis2]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/home/thinksis2.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''You are so sweet.. [[my sis..|think sis3]] </div> <</timed>>
<div class="fadein2"> [img[images/home/thinksis3.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''I don't feel well.. [[stop thinking|home]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m4/work3.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Uhh..another strange message..<br> ''Natasha: ''I should turn it [[off|workm2-43]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m4/work4.webm"></video> </div> <<timed 2s>> <div class="fadein3"> @@.blink_text;WARNING - Natasha status changes!@@<br> ''Natasha: ''I feel a little dizzy..<br> ''Natasha: ''Ughh..What's going [[on?|workm2-44][$depravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m4/work5.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Ahh focus Natasha!<br> ''Natasha: ''You're better than this!<br> [[Leave|icenter][$timeofday +=1;$missions.m2 to 5;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/home/thinksis4.webm"></video> </div> <<timed 2s>> ''Natasha: ''My lovely sister..uhhh what? ahhh!<br> <</timed>> <<timed 4s>> ''Natasha: ''What's going on?!<br> <</timed>> <<timed 6s>> <div class="fadein3"> [[I need to focus!|think sis 41]] </div> <</timed>>
<<if ndef $ver037>> <<set $ver037 to 1>> <<set $outpass to 0>> <<set $sleeppass to 0>> <<set $showerpass to 0>> <<set $icpass to 0>> <</if>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/home/thinksis41.webm"></video> </div> <<timed 2s>> ''Natasha: ''No! Uhh my pussy mmm<br> <</timed>> <<timed 4s>> ''Natasha: ''I'm thinking about my sister.. <</timed>> <<timed 6s>> <div class="fadein3"> [[but my pussy!|think sis 42]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/home/thinksis42.webm"></video> </div> <<timed 2s>> ''Natasha: ''Mmm I need..mmm<br> <</timed>> <<timed 4s>> ''Natasha: ''just for a moment maybe...uhhh <</timed>> <<timed 6s>> <div class="fadein3"> [[strange thoughts again|think sis 43]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/home/thinksis43.webm"></video> </div> <<timed 2s>> ''Natasha: ''Mmm I need..<br> <</timed>> <<timed 4s>> ''Natasha: ''suck a lollipop...something else..something hard <</timed>> <<timed 6s>> <div class="fadein3"> [[...it's weird|think sis 44]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/home/thinksis44.webm"></video> </div> <<timed 1s>> @@.blink_text;WARNING - Natasha status changes!@@<br> <</timed>> <<timed 2s>> ''Natasha: ''Ohhh my pussy again!<br> <</timed>> <<timed 4s>> ''Natasha: ''what a ride ahh <</timed>> <<timed 6s>> <div class="fadein3"> [[yeesss|think sis 45][$depravity +=1;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/home/thinksis45.webm"></video> </div> <<timed 2s>> ''Natasha: ''Uhh so intense..<br> <</timed>> <<timed 4s>> ''Natasha: ''sucking again mmm cock..Henry! so good.. please mmm <</timed>> <<timed 6s>> <div class="fadein3"> [[..what does it mean?|think sis 46]] </div> <</timed>>
<div class="fadein2"> [img[images/home/thinksis47.png]] </div> <<timed 2s>> ''Natasha: ''I have to control myself.. <</timed>> <<timed 3s>> <div class="fadein3"> [[This is very strange|home][$missions.m2 to 8;$outpass to 0;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/home/thinksis46.webm"></video> </div> <<timed 2s>> ''Natasha: ''Henry hard cock..I have to forget about it..<br> <</timed>> <<timed 4s>> ''Natasha: ''Mmm do I have to forget?<br> <</timed>> <<timed 6s>> <div class="fadein3"> [[I don't want to?|think sis 47]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m5/work3.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Ehh..what will happen today..<br> [[sit down|workm51]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m5/work2.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Okay..let see..login..good..and nothing exciting..meh<br> [[Login|workm52]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m5/work6.webm"></video> </div> <<timed 1s>> ''Yelena: ''Mmm..Hello sweet sister!<br> <</timed>> <<timed 3s>> ''Natasha: ''Oh my god what???<br> <</timed>> <<timed 5s>> [[What's going on?|workm53]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m5/work4.webm"></video> </div> <<timed 1s>> ''Natasha: ''How is that possible?! Huh? is everything okay?<br> <</timed>> <<timed 3s>> ''Yelena: ''Hehe Yes sweet sister mmm I feel perfect!<br> <</timed>> <<timed 5s>> [[Look!|workm54]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m5/work7.webm"></video> </div> <<timed 1s>> ''Yelena: ''Mmm look! I'm so perfect! Watch my body!<br> <</timed>> <<timed 3s>> ''Natasha: ''Ohh this is mmm I don't know! Uhh!!<br> <</timed>> <<timed 5s>> [[I feel weird|workm55]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m5/work5.webm"></video> </div> @@.blink_text;WARNING - Natasha status changes!@@<br> <<timed 1s>> <div class="fadein3"> ''Natasha: ''I'm hot uhhgh..my pussy.. mmm what's going on??<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> [[control yourself|workm56][$depravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m5/work8.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Yelena: ''Don't worry about me, honey..The doctor explained everything hehe<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: ''Where are you? I'll save you!!<br> </div> <</timed>> <<timed 5s>> <div class="fadein3"> ''Yelena: ''You don't have to anymore..I know my place mmmm<br> </div> <</timed>> <<timed 7s>> <div class="fadein3"> [[End of transmission|workm57]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m5/work9.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''This is so strange..is she okay? Did she seem different? She seemed so excited..<br> [[Leave|icenter][$timeofday +=1;$missions.m2 to 10;]] </div> <</timed>>
<<if>> <hr> <br>@@.blink_text;end of content@@ <</if>>
<div class="fadein2"> <video width="1300" autoplay src="images/outside/citynata.webm"></video> </div> <<if $missions.m2 == 12>> <<timed 1s>> <div class="fadein3"> [[Shop|shop]] </div> <</timed>> <</if>> <<if $missions.m2 == 18>> <<timed 1s>> <div class="fadein3"> [[Shop|shop2]] </div> <</timed>> <</if>> <br> <<back>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopnata.webm"></video> </div> <<timed 1s>> ''Natasha: ''Ohh I feel strange.. <</timed>> <<timed 3s>> This job is so boring...<br> <</timed>> <<timed 5s>> I want to change something uhh I want a new outfit..<br> <</timed>> <<timed 7s>> [[I'll do it!|home][$missions.m2 to 12]] <br>@@.blink_text; Go to the store! (Commercial district)@@ <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopnata1.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Hmm I don't know why I'm so excited!<br> [[Buy new clothes!|wondershop]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder1.webm"></video> </div> <<timed 1s>> ''Natasha: ''Huh?! is that?!<br> <</timed>> <<timed 3s>> [[Look closer|wondershop2]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/shop/shopwonder2.webm"></video> </div> <<timed 1s>> ''Natasha: ''(Fuck She is amazing..ohh that look of a goddess!)<br> <</timed>> <<timed 3s>> ''Wonder Woman: '' Hello beautiful hehe are you looking for some clothes too?<br> <</timed>> <<timed 5s>> ''Natasha: ''[[Eeee..umm..|wondershop3]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopnata2.webm"></video> </div> <<timed 1s>> ''Natasha: ''(Are you stupid? Say something!)<br> <</timed>> <<timed 3s>> ''Natasha: ''Ehehe Yeah..I mean.. yes.. I'm looking for new clothes too!<br> <</timed>> <<timed 5s>> ''Wonder Woman: ''You should honey.. you have a beautiful body mmm show it off. I'm changing now.<br> <</timed>> <<timed 7s>> ''Natasha: ''[[Hmm okay|wondershop4]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder3.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''It's nice to see you again but.. you're not going to peek, are you?<br> <</timed>> <<timed 3s>> ''Natasha: ''Ehehe no no of course not!<br> <</timed>> <<timed 5s>> ''Wonder Woman: ''[[Good|wondershop5]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder4.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''heh are you sure?<br> <</timed>> <<timed 3s>> ''Natasha: ''Yes! I'm not looking at you at all!<br> <</timed>> <<timed 5s>> ''Wonder Woman: ''[[Now you can|wondershop6]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder5.webm"></video> </div> <<timed 1s>> ''Natasha: ''You look amazing!<br> <</timed>> <<timed 3s>> ''Wonder Woman: ''Thanks, sometimes a woman needs to change something [[and|wondershop7]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder6.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''What clothes did you choose?<br> <</timed>> <<timed 3s>> ''Natasha: ''I'm not sure..Uhh I'm feeling [[dizzy|wondershop8]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder12.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''Heh well..you need to relax a bit<br> <</timed>> <<timed 3s>> ''Natasha: ''Uhh yeah mmm I guess you're [[right|wondershop9]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/shop/shopwonder13.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''but still...you look sexy in this suit<br> <</timed>> <<timed 3s>> ''Natasha: ''Mmm you are so [[nice|wondershop10]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder7.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''Okay hmm I have to go now.<br> <</timed>> <<timed 3s>> ''Natasha: ''No! please! Uhh [[stay!|wondershop11]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder8.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''What? Hey! Stop!<br> <</timed>> <<timed 3s>> ''Natasha: ''Mmaahh stay uhh.. you are so sexy and your body [[I can't stand it!|wondershop12]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder9.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''Ahh don't touch me like that!<br> <</timed>> <<timed 3s>> ''Natasha: ''Please! I want you so badly!<br> @@.blink_text;WARNING - Natasha status changes!@@<br> <</timed>> <<timed 5s>> ''Wonder Woman: ''Uhh [[Cut it out!|wondershop13][$depravity +=2;$arousal +=5;$fitness -=2;$strength -=2;]]<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopwonder10.webm"></video> </div> <<timed 1s>> ''Wonder Woman: ''Ohh I am very disappointed! I thought we were on the same side!<br> <</timed>> <<timed 3s>> ''Natasha: ''I'm..I'm sorry, I don't know what happened!<br> <</timed>> <<timed 5s>> ''Wonder Woman: ''I think we'll end [[here|wondershop14]]<br> <</timed>>
<video width="1300" autoplay src="images/outside/citywonder.webm"></video> <br> <<timed 1s>> ''Natasha: ''Ehh and she's gone.. What am I doing? <br> <</timed>> <<timed 3s>> She is gorgeous in this red outfit ohh<br> <</timed>> <<timed 5s>> ''Natasha: ''Get yourself together [[I'm going home|home][$timeofday +=1;$missions.m2 to 13;]]<br> <</timed>>
<video width="1300" autoplay src="images/oldstreet/nata.webm"></video> <br> <<if $missions.m2 == 15 && $outfit == 2>> [[Where is she?|yelena1]] <</if>> <<back>>
<div class="fadein2"> <video class="shake" width="1300" autoplay src="images/home/mirror.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''How do I look?<br> [[Leave|shower]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/m5/work3.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Ehh..what will happen today..<br> [[sit down|workm61]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/m5/work2.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Okay..let see..login..good..and nothing exciting..meh<br> [[Login|workm62]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/oldstreet/yele0.webm"></video> </div> <<timed 1s>> ''Yelena: ''Mmm..Hello sweet sister! I want to talk with you face to face!<br> <</timed>> <<timed 3s>> ''Natasha: ''Oh my god when?? Where? Tell me!<br> <</timed>> <<timed 5s>> ''Yelena: ''Let's meet on the @@.blink_text; Old street tomorrow afternoon (Black body suit required)@@<br> <</timed>> <<timed 7s>> [[What will happen? I'm curious!|icenter][$timeofday +=1;$missions.m2 to 15;]] <</timed>>
<video width="1300" autoplay src="images/oldstreet/yele1.webm"></video> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Here she is..she looks..wow<br> [[Keep looking|yelena2]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele2.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''She wasn't tortured. She looks strong and ready for action.<br> [[Wait for her|yelena3]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopnata.webm"></video> </div> <<timed 1s>> ''Natasha: ''Hmm This is all so strange. I don't know what to do..<br> <</timed>> [[Get up|home][$timeofday to 4]]
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele3.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Yelena: ''Well, well hehe my little sister!<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: ''I guess I should say it.<br> [[How do you feel?|yelena4]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele4.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Did a crazy doctor hurt you?<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Yelena: ''Quite the opposite! He helped me a lot!<br> </div> <</timed>> <<timed 5s>> <div class="fadein3"> ''Natasha: ''I wanted to help you too!<br> </div> <</timed>> <<timed 7s>> <div class="fadein3"> ''Yelena: ''Hah! You?! <br> [[You?!|yelena5]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele5.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Yelena: ''You were in no hurry at all to find me!!<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: ''No! Listen! You're wrong, I've been looking for you all this time..gathering information..<br> </div> <</timed>> <<timed 5s>> <div class="fadein3"> ''Yelena: ''What?? Information? Heh..are you [[serious?|yelena6]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele11.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''I didn’t want to disappoint you and..<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Yelena: ''Stop! Just fucking stop it..It doesn't matter to me [[anymore|yelena7]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele6.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Yelena: ''Doc has other plans.<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: ''No! Sis! He messed with your mind!<br> [[Come back with me!|yelena8]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele7.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Yelena: ''With you? Don't worry! The doctor has other plans..for you<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: ''Hey! What are you [[doing!|yelena9]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele8.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Yelena: ''Hehe He will fill you completely and your sweet wet pussy will be begging for more and more!<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> @@.blink_text;WARNING - Natasha status changes!@@<br> ''Natasha: ''What?! No stop! Ahh I am so weak! Ahh!<br> [[Leave me alone!|yelena10][$depravity +=1;$arousal +=3;$fitness -=2;$strength -=2;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele9.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Yelena: ''Your tight ass too!! Hehe!!<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: ''Ahhh hey!! (Did she slap me on the ass?)<br> [[Run!|yelena11]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/oldstreet/yele10.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Yelena: ''Yes, run little girl! Hehe! Don't worry we'll meet again!<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: '' [[What a nightmare!|home][$timeofday +=1;$missions.m2 to 16;$outpass to 1;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/park/parkold.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Hmm what?<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Old man: ''I said: beautiful view!<br> </div> <</timed>> <<timed 5s>> <div class="fadein3"> ''Natasha: ''Oh! Well.. </div> <</timed>> <<timed 6s>> <div class="fadein3"> [[yes..|parkold2]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/park/parkold2.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Hehe beautiful indeed.<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Old man: ''I will visit here more often.<br> </div> <</timed>> <<timed 5s>> <div class="fadein3"> ''Natasha: ''Hmm okay.. </div> <</timed>> <<timed 6s>> <div class="fadein3"> [[bye bye|parkold3]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/park/parkold3.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Old man: ''See you soon, beautiful angel!<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Natasha: ''Hehe I really </div> <</timed>> <<timed 4s>> <div class="fadein3"> [[have to go!|park]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/shopnata.webm"></video> </div> <<timed 1s>> ''Natasha: ''I feel weird..<br> <</timed>> <<timed 3s>> ''Natasha: ''I didn't buy new clothes..maybe I'll try to do it anyway<br> [[I'll do it!|home][$missions.m2 to 18]] <br>@@.blink_text; Go to the store again! (Commercial district)@@ <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/natashopreturn.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Oh! Wait! What?!<br> [[What's going on?|shopreturn]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/shop/natashopreturn4.webm"></video> </div> <<timed 2s>> ''Wonder Woman: ''Ohh I will be submissive just spank me!<br> <</timed>> <<timed 4s>> ''Natasha: ''Umm am I interrupting <</timed>> <<timed 5s>> [[something?|shopreturn2]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/natashopreturn5.webm"></video> </div> <<timed 2s>> ''Wonder Woman: ''Aaa Natasha Hi! hello! uhh no! ehmm <</timed>> <<timed 3s>> [[we were just talking|shopreturn3]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/natashopreturn6.webm"></video> </div> <<timed 2s>> ''Natasha: ''Oh really?<br> <</timed>> <<timed 4s>> ''Wonder Woman: ''Haha! This is good one! The seller shows me new clothes haha!<br> <</timed>> <<timed 6s>> ''Natasha: ''Okay..and what did you buy?<br> <</timed>> <<timed 8s>> ''Wonder Woman: ''Nothing! Absolutely nothing. I have to go now, bye!<br> <</timed>> <<timed 10s>> [[Weird|shopreturn4]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/natashopreturn7.webm"></video> </div> <<timed 2s>> ''Seller: ''Hello beautiful, what do you want? I have beautiful sportswear!<br> <</timed>> <<timed 4s>> ''Natasha: ''Hmm sounds interesting <</timed>> <<timed 5s>> [[what price?|shopreturn5]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/shop/natashopreturn3.webm"></video> </div> <<timed 2s>> ''Seller: ''Eee it's for free!<br> <</timed>> <<timed 4s>> ''Natasha: ''What? For free? This is unusual..but okay <</timed>> <<timed 5s>> [[I'll take it|shopreturn6]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/shop/natashopreturn2.webm"></video> </div> <<timed 2s>> ''Natasha: ''Hmm something's not right here..<br> <</timed>> <<timed 4s>> ''Seller: ''Hehe Please visit us again sometime!<br> <</timed>> <<timed 6s>> ''Natasha: ''Yeah, yeah..<br> <</timed>> <<timed 7s>> @@.blink_text;you received a new sports uniform@@<br> <</timed>> <<timed 8s>> [[Leave|home][$missions.m2 to 19;$timeofday +=1;$arousal +=5;$fitness -=2;$strength -=2;]] <</timed>>
<<if $missions.m2 == 19>><<set $missions.m2 to 20>><</if>> <div class="fadein2"> <video width="1300" autoplay src="images/park/parkhot0.webm"></video> </div> <<timed 1s>> <div class="fadein3"> Running is boring...<br> [[Enough for today|park][$shower to 0]] </div> <</timed>> <<if $missions.m2 >= 14 && $run.event1 == 0>> <<timed 1s>> <div class="fadein3"> <<if $missions.m2 == 20>> @@.blink_text;[[Goddess!|parkhot][$run.event1 to 1]]@@ <<elseif $missions.m2 > 20>> [[Beautiful!|parkhot][$run.event1 to 1]] <</if>> </div> <</timed>> <</if>>
<div class="fadein2"> <video width="1300" autoplay src="images/park/parkhot.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Hmm? Ah it's you again!<br> </div> <</timed>> <<timed 3s>> <div class="fadein3"> ''Old man: ''You look amazing!<br> </div> <</timed>> <<timed 5s>> <div class="fadein3"> ''Natasha: ''Do you like it? </div> <</timed>> <<timed 6s>> [[That's nice|parkhot2]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/park/parkhot2.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Old man: ''I was thinking about you..and I was hoping you were running today.<br> </div> <</timed>> <<timed 4s>> <div class="fadein3"> ''Natasha: ''Hehe got it but I'm not running today..<br> </div> <</timed>> <<timed 6s>> <div class="fadein3"> ''Old man: ''Hmm so what are you [[doing?|parkhot3]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/park/parkhot3.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Uhh I don't know...sometimes I feel confused..<br> </div> <</timed>> <<timed 4s>> <div class="fadein3"> ''Old man: ''Oh not good, come to me and we'll do something [[funny|parkhot4]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/park/parkhot4.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Mmm sometimes I need attention..<br> </div> <</timed>> <<timed 4s>> <div class="fadein3"> ''Old man: ''Sure, sure, every girl needs attention. It's completely [[normal|parkhot5]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/park/parkhot5.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Ohhh It's so tempting!<br> </div> <</timed>> <<timed 4s>> <div class="fadein3"> ''Old man: ''Of course, don't be afraid and come [[closer|parkhot6]] </div> <</timed>>
<<if $depravity == 9>> <<set $depravity to 10>> <<set $fitness -=2>> <<set $strength -=2>> <</if>> <div class="fadein2"> <video width="1300" autoplay src="images/park/parkhot6.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Mmmaaahh!I'm so confused Uhh I need this!<br> <<if $depravity == 9>> @@.blink_text;WARNING - Natasha status changes!@@<br> <</if>> </div> <</timed>> <<timed 4s>> <div class="fadein3"> ''Old man: ''You have a very beautiful body.<br> </div> <</timed>> <<timed 6s>> <div class="fadein3"> ''Natasha: ''No! No [[enough!|parkhot7]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/park/parkhot7.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''No! I have to run before it's too late!<br> </div> <</timed>> <<timed 4s>> <div class="fadein3"> ''Old man: ''Hey! Wait! Listen! There's nothing wrong with that..<br> </div> <</timed>> <<timed 5s>> <div class="fadein3"> ''Natasha: '' [[Run|park]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/starstreet.webm"></video> </div> <<timed 2s>> ''Starlight: ''Hello, hello, sweet Natasha..you look good in that outfit, I must admit.<br> <</timed>> <<timed 3s>> ''Natasha: ''[[Huh?!|starstreet2]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/starstreet2.webm"></video> </div> <<timed 2s>> ''Natasha: ''Wow! Hey! Uhh..What happened, why do you look like that?<br> <</timed>> <<timed 3s>> ''Starlight: ''You've always been curious hehe but..okay..[[I'll tell you|starstreet3]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/starstreet3.webm"></video> </div> <<timed 2s>> ''Starlight: ''The Doctor changed me and.. I'm happy now..<br> <</timed>> <<timed 3s>> ''Natasha: ''What?! I don't believe it! I will help you!<br> <</timed>> <<timed 4s>> ''Starlight: ''It's too late [[now|starstreet4]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/starstreet4.webm"></video> </div> <<timed 2s>> ''Starlight: ''I must warn you..The Doctor is planning a trap for you and Ahhhh!!!<br> <</timed>> <<timed 3s>> ''Starlight: ''Uhhh!!! [[My pussy!|starstreet5]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/starstreet5.webm"></video> </div> <<timed 2s>> ''Natasha: ''Everything's all right?<br> <</timed>> <<timed 3s>> ''Starlight: ''Hehe It's all good now hehe but The doctor will fuck you like he fucked your slutty sister hehe<br> <</timed>> <<timed 4s>> ''Starlight: ''There is no escape from [[this!|starstreet6][$arousal +=1;]]<br> @@.blink_text;WARNING - Natasha status changes!@@<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic/star/starstreet6.webm"></video> </div> <<timed 2s>> ''Natasha: ''I think you should leave now!<br> <</timed>> <<timed 3s>> ''Starlight: ''Hehe yesss I will do it, but it's not [[over|starstreet7]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/starstreet7.webm"></video> </div> <<timed 2s>> ''Natasha: ''Tell this crazy Doctor I'll get my sister back!<br> <</timed>> <<timed 3s>> ''Starlight: ''Yeah, yeah..or what's left of her [[Bye|intel center][$missions.m2 to 21;]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/staric.webm"></video> </div> <<timed 2s>> ''Starlight: ''Hello hehe as you can see, I will find you everywhere!<br> <</timed>> <<timed 3s>> ''Natasha: ''[[You again?|staric2]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/staric1.webm"></video> </div> <<timed 2s>> ''Natasha: ''Stop doing this! I don't care about you or the fucking Doctor! <br> <</timed>> <<timed 3s>> ''Starlight: ''Come on, sister..I know you had visions..it won't last [[long|staric3]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/staric2.webm"></video> </div> <<timed 2s>> ''Starlight: ''It will only get worse so why bother..Join us [[now!|staric4]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/staric3.webm"></video> </div> <<timed 2s>> ''Starlight: ''I remember it myself.. I gave up and now I feel better mmm yeesss sooo good!<br> <</timed>> <<timed 4s>> ''Natasha: ''I don't give a shit about your sick fantasies! Go to hell!<br> <</timed>> <<timed 6s>> ''Starlight: ''Hehe as you wish, see you [[later|icenter][$depravity +=1;$missions.m2 to 23;]]<br> @@.blink_text;WARNING - Natasha status changes!@@<br> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/officeroom1.webm"></video> </div> <<timed 2s>> ''Starlight: ''Ahhh Heeey hehe<br> <</timed>> <<timed 4s>> ''Natasha: ''This is too [[much!|staroffice2]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/officeroom2.webm"></video> </div> <<timed 2s>> ''Natasha: ''Huh?! How did you even get in here?<br> <</timed>> <<timed 4s>> ''Starlight: ''Henry..mmm he let me in..such a nice boy [[and..|staroffice3]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/officeroom3.webm"></video> </div> <<timed 2s>> ''Starlight: ''and he has a nice dick but...I'm guessing you already know that hehe<br> <</timed>> <<timed 4s>> ''Natasha: ''Okay and now get the fuck out of [[here!|staroffice4]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/star/officeroom4.webm"></video> </div> <<timed 2s>> ''Starlight: ''I see I've hit a nerve hehe but alright.. I'm leaving [[now|icenter][$arousal +=1;$missions.m2 to 26;$timeofday +=1;]]<br> @@.blink_text;WARNING - Natasha status changes!@@<br> <</timed>>